home *** CD-ROM | disk | FTP | other *** search
/ Small Time Crooks Press Kit / Small Time Crooks Press Kit.iso / pc / Small Time Crooks.dxr / Scripts_30.ls < prev    next >
Encoding:
Text File  |  2000-04-30  |  196 b   |  12 lines

  1. global gCPU
  2.  
  3. on exitFrame
  4.   set gCPU to the machineType
  5.   if gCPU <> 256 then
  6.     if the colorDepth < 16 then
  7.       set the colorDepth to 16
  8.       set the colorDepth to 32
  9.     end if
  10.   end if
  11. end
  12.